home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / amftp165 / amftp.cd < prev    next >
Text File  |  1996-08-31  |  20KB  |  776 lines

  1. ;
  2. ; $VER: AmFTP.cd 1.61 (30.8.96)
  3. ;
  4. ;
  5. ; Usefull strings
  6. ;
  7. MSG_OK (1001//)
  8. *_OK
  9. MSG_CANCEL (1002//)
  10. _Cancel
  11. MSG_NO (1003//)
  12. _No
  13. MSG_YES (1004//)
  14. *_Yes
  15. MSG_RETRY (1005//)
  16. *_Retry
  17. ;
  18. MSG_MENU_PROJECT (2001//)
  19. Project
  20. MSG_MENU_ABOUT (2002//)
  21. About...
  22. MSG_MENU_ICONIFY (2003//)
  23. Iconify
  24. MSG_MENU_QUIT (2004//)
  25. Quit
  26. MSG_MENU_SETTINGS (2005//)
  27. Settings
  28. MSG_MENU_MUI (2006//)
  29. MUI Settings...
  30. MSG_MENU_FLAT (2007//)
  31. Flat download
  32. MSG_MENU_DIRTOOL (2008//)
  33. Directory Tool
  34. MSG_MENU_OPENBATCHWIN (2009//)
  35. Batch Window...
  36. MSG_MENU_OPENCONNECT (2010//)
  37. Open Connection...
  38. MSG_MENU_ACTION (2011//)
  39. Action
  40. MSG_MENU_DOWNLOAD (2012//)
  41. Download by Name
  42. MSG_MENU_SENDRAW (2013//)
  43. Send Raw Command
  44. MSG_MENU_ADTSHOWMOTD (2014//)
  45. Show Aminet-MOTD (Message Of The Day)
  46. MSG_MENU_SNAPSHOTSITE (2015//)
  47. Snapshot current Session
  48. MSG_MENU_SAVEPROFILES (2016//)
  49. Save Profile List
  50. MSG_MENU_IMPORTPROFILES (2017//)
  51. Import Profile List
  52. MSG_MENU_SAVEBATCH (2018//)
  53. Save Batch-Window Contents
  54. MSG_MENU_LOADBATCH (2019//)
  55. Load & Add Batch-Window Contents
  56. ;
  57. ; Application stuff
  58. ;
  59. MSG_APP_DESC (3001//)
  60. AmFTP FTP Client
  61. MSG_APP_GUIDENAME (3002//)
  62. AMFTP.guide
  63. ;
  64. ; About
  65. ;
  66. MSG_ABOUT_TITLE (4001//)
  67. AmFTP Copyright Information
  68. MSG_ABOUT_BUTTON (4002//)
  69. Close this window
  70. MSG_ABOUT_LISTTITLE (4003//)
  71. \033c\033b\033uAmFTP  · The AmigaOS FTP Client
  72. ;
  73. ; TCP Module / Error Codes
  74. ;
  75. MSG_TCP_FAILED (5001//)
  76. Unable to open a TCP/IP stack.\nYou must install AmiTCP, AS225r2 or a compatible\n\
  77. TCP/IP stack before you can use AmFTP.
  78. MSG_ERROR_OPENFILE (5002//)
  79. \033bError: Can't open file \"%s\" (%s)!
  80. MSG_APP_FAILED (5003//)
  81. Internal error:\nFailed to create MUI Application Object\nMUI Error code %ld\n\
  82. Please report this bug via email immediately to\nmerlin@sixpack.pfalz.de\n\
  83. State your system configuration and, if possible,\nthe circumstances which caused the bug.
  84. MSG_WIN_FAILED (5004//)
  85. Internal error:\nFailed to create MUI Window Object\nMUI Error code %ld\n\
  86. Please report this bug via email immediately to\nmerlin@sixpack.pfalz.de\n\
  87. State your system configuration and, if possible,\nthe circumstances which caused the bug.
  88. MSG_ERROR_PATTERN (5006//)
  89. Error: Cannot parse Viewer-Pattern! Start Preferences and check it.
  90. MSG_ERROR_PREFS (5007//)
  91. Cannot find AmFTP-Preferences
  92. MSG_ERROR_MEMORY (5008//)
  93. Can't allocate Memory!
  94. MSG_ERROR_SAVEPROFILE (5009//)
  95. Can't save profile settings.\nFilename: \"\033b%s\033n\"\nMaybe check your $HOME directory.
  96. MSG_ERROR_IMPORTPROFILE (5010//)
  97. \033cCan't import profile settings!\n\033bWrong File Format.
  98. ;
  99. ; Main Window
  100. ;
  101. MSG_MW_DELETE_GADS (6001//)
  102. Delete|Cancel
  103. MSG_MW_DELETE_BODY (6002//)
  104. Do you really want to delete\n\033b%ld\033n selected file(s)?
  105. MSG_MW_INVALIDPAT (6003//)
  106. The pattern \"%s\" is invalid.
  107. MSG_MW_LOCALSHOW (6004//)
  108. \033bShowing \"%s\"...
  109. MSG_MW_LOCALDEL (6005//)
  110. \033bDeleting \"%s\"...
  111. MSG_MW_LABEL_LOCAL (6006//)
  112. Local:
  113. MSG_MW_LABEL_REMOTE (6007//)
  114. Remote:
  115. MSG_MW_BUT_HELP (6008//)
  116. Help
  117. MSG_MW_BUT_MKDIR (6009//)
  118. MakeDir
  119. MSG_MW_BUT_MARK (6010//)
  120. +
  121. MSG_MW_BUT_UNMARK (6011//)
  122. -
  123. MSG_MW_BUT_VIEW (6012//)
  124. Show
  125. MSG_MW_BUT_RENAME (6013//)
  126. Rename
  127. MSG_MW_BUT_DELETE (6014//)
  128. Delete
  129. MSG_MW_BUT_SEND (6015//)
  130. \033bSend \033I[6:30]\033I[6:30]
  131. MSG_MW_BUT_RECEIVE (6016//)
  132. \033I[6:31]\033I[6:31]\033b Receive
  133. MSG_MW_BUT_REFRESH (6017//)
  134. Refresh
  135. MSG_MW_BUT_SETUP (6018//)
  136. Setup
  137. MSG_MW_BUT_CONNECT (6019//)
  138. Connect
  139. MSG_MW_BUT_CLOSE (6020//)
  140. Disconnect
  141. MSG_MW_LABEL_MODE (6021//)
  142.  Transfer mode:
  143. MSG_MW_LABEL_MODE_BIN (6022//)
  144. Binary
  145. MSG_MW_LABEL_MODE_ASCII (6023//)
  146. ASCII
  147. MSG_MW_TITLE_NOTCONNECTED (6024//)
  148. %s · not connected
  149. MSG_MW_TITLE_CONNECTED (6025//)
  150. %s · connected with \"%s\" (%s)
  151. MSG_MW_INFO (6026//)
  152. %ld files [%ld], %ld dirs [%ld], %ldK [%ldK]
  153. MSG_MW_INFOADT (6027//)
  154. %ld files [%ld], %ldK [%ldK]
  155. MSG_SH_MW_BUT_MKDIR (6028//)
  156. Create a new directory
  157. MSG_SH_MW_BUT_MARK (6029//)
  158. Mark files matching pattern
  159. MSG_SH_MW_BUT_UNMARK (6030//)
  160. Unmark files matching pattern
  161. MSG_SH_MW_BUT_VIEW (6031//)
  162. Show currently selected file(s)
  163. MSG_SH_MW_BUT_RENAME (6032//)
  164. Rename currently selected file(s)
  165. MSG_SH_MW_BUT_DELETE (6033//)
  166. Delete currently selected file(s)
  167. MSG_SH_MW_BUT_SEND (6034//)
  168. Send selected files to remote host
  169. MSG_SH_MW_BUT_RECEIVE (6035//)
  170. Get selected files from remote host
  171. MSG_SH_MW_BUT_REFRESH (6036//)
  172. Refresh the file list
  173. MSG_SH_MW_BUT_CDUP (6037//)
  174. Go to the parent of the\ncurrent directory
  175. MSG_SH_MW_BUT_CONNECT (6038//)
  176. Connect to a FTP server
  177. MSG_SH_MW_BUT_CLOSE (6039//)
  178. Close current connection
  179. MSG_SH_MW_BUT_SETUP (6040//)
  180. Show the Setup page
  181. MSG_SH_MW_BUT_HELP (6041//)
  182. Show the AmFTP.guide online documentation
  183. MSG_MW_BUT_README (6042//)
  184. Readme
  185. MSG_SH_MW_BUT_README (6043//)
  186. Shows Readme of selected file(s)
  187. MSG_MW_BUT_BATCH (6044//)
  188. Batch
  189. MSG_SH_MW_BUT_BATCH (6045//)
  190. Batch selected file(s)\nfor later complete download
  191. MSG_MW_REC_NOMSG (6046//)
  192. \033cThere are no \033bnew\033n files available.\nSelect \"Recent 7\" to see all.
  193. MSG_MW_REC_TITLE_NAME (6047//)
  194. \033uFilename
  195. MSG_MW_REC_TITLE_SIZE (6048//)
  196. \033uSize
  197. MSG_MW_REC_TITLE_DIR (6049//)
  198. \033uDirectory
  199. MSG_MW_REC_TITLE_DESC (6050//)
  200. \033uDescription
  201. MSG_MW_BUT_CDUP (6051//)
  202. Parent
  203. MSG_MW_BUT_FIND (6052//)
  204. Find
  205. MSG_SH_MW_BUT_FIND (6053//)
  206. Search for special ADT entry\nby calling a findsite
  207. MSG_MW_BUT_ARCHIE (6054//)
  208. Archie
  209. MSG_SH_MW_BUT_ARCHIE (6055//)
  210. Search for a special file\nby calling a archie searchsite
  211. MSG_MW_DOUBLECLICK_ARCHIE (6056//)
  212. You are already connected to a ftp-Server.\nClose connection first.
  213. ;
  214. ; Requester Strings
  215. ;
  216. MSG_CLOSE_CONNECTION (7001//)
  217. Do you really want to close connection?
  218. MSG_REQUESTER_RESUME (7002//)
  219. \033cFile \"%s\" already exists.\nDo you want to resume starting at byte %ld?
  220. MSG_RESUME_BT_RESUME (7003//)
  221. *R_esume
  222. MSG_RESUME_BT_OVERWRITE (7004//)
  223. _Overwrite
  224. MSG_RESUME_BT_RENAME (7006//)
  225. _Rename
  226. MSG_RESUME_BT_SKIP (7005//)
  227. _Skip
  228. ;
  229. ; Profile Window
  230. ;
  231. MSG_CW_TITLE (8001//)
  232. Server profiles
  233. MSG_CW_LABEL_NAME (8002//)
  234. Profile Name:
  235. MSG_CW_LABEL_HOST (8003//)
  236. Host Name:
  237. MSG_CW_LABEL_USER (8004//)
  238. Login Name:
  239. MSG_CW_LABEL_PASSWORD (8005//)
  240. Password:
  241. MSG_CW_LABEL_ANON (8006//)
  242. Anon login:
  243. MSG_CW_LABEL_ADT (8007//)
  244. ADT Server:
  245. MSG_CW_LABEL_FSP (8028//)
  246. FSP Server:
  247. MSG_CW_BUT_NEW (8008//)
  248. New
  249. MSG_CW_BUT_COPY (8030//)
  250. Copy
  251. MSG_CW_BUT_CONNECT (8009//)
  252. Connect to FTP Server
  253. MSG_CW_BUT_CANCEL (8010//)
  254. Back to main page
  255. MSG_CW_BUT_DELETE (8011//)
  256. Delete
  257. MSG_CW_LABEL_RETRIES (8012//)
  258. Retries:
  259. MSG_CW_LABEL_DIR (8013//)
  260. Remote Dir:
  261. MSG_CW_LABEL_LDIR (8014//)
  262. Local Dir:
  263. MSG_CW_LABEL_SAVEDIR (8015//)
  264. Save Dir:
  265. MSG_CW_LABEL_QUIETLOGIN (8016//)
  266. Quiet:
  267. MSG_SH_CW_BUT_CONNECT (8017//)
  268. Connect to the currently selected\nFTP Server
  269. MSG_SH_CW_BUT_CANCEL (8018//)
  270. Back to the main page
  271. MSG_SH_CW_BUT_NEW (8019//)
  272. Create a new profile entry
  273. MSG_SH_CW_BUT_COPY (8031//)
  274. Copy a profile entry
  275. MSG_SH_CW_BUT_DELETE (8020//)
  276. Delete currently selected profile entry
  277. MSG_SH_CW_LABEL_ANON (8021//)
  278. Use anonymous login
  279. MSG_SH_CW_LABEL_ADT (8022//)
  280. Use ADT Features (Aminet Download Tool)
  281. MSG_SH_CW_LABEL_FSP (8029//)
  282. Use FSP (File Service Protocol) instead of ftp.\n\
  283. (Only activate, if you're sure current server\n\
  284. understands this protocol.)
  285. MSG_SH_CW_LABEL_SAVEDIR (8023//)
  286. Save the current directory when\nleaving the server
  287. MSG_SH_CW_LABEL_QUIETLOGIN (8024//)
  288. Attempt to force the FTP server to\nnot send informational messages
  289. MSG_CW_LABEL_PORT (8025//)
  290.  Port:
  291. MSG_CW_BUT_SORT (8026//)
  292. Sort
  293. MSG_SH_CW_BUT_SORT (8027//)
  294. Sort all profiles alphabetical
  295. ;
  296. ; X-Fer Window
  297. ;
  298. MSG_XF_FILES_TOGO (9001//)
  299. Files to go
  300. MSG_XF_TITLE (9002//)
  301. Transfer
  302. MSG_XF_TITLE_SEND (9003//)
  303. Sending file (BINARY)
  304. MSG_XF_TITLE_RECEIVE (9004//)
  305. Receiving file (BINARY)
  306. MSG_XF_TITLE_SEND_ASC (9005//)
  307. Sending file (ASCII)
  308. MSG_XF_TITLE_RECEIVE_ASC (9006//)
  309. Receiving file (ASCII)
  310. MSG_XF_BUT_CANCEL (9007//)
  311. Abort this file
  312. MSG_XF_BUT_CANCEL_ALL (9008//)
  313. Abort the whole transfer
  314. MSG_XF_LABEL_LOCAL (9011//)
  315.  Local file name:
  316. MSG_XF_LABEL_REMOTE (9012//)
  317.  Remote file name:
  318. MSG_XF_LABEL_SIZE (9013//)
  319.  Size of the file:
  320. MSG_XF_LABEL_SPEED (9014//)
  321.  Average transfer speed:
  322. MSG_XF_LABEL_ELAPSED (9015//)
  323.  Time elapsed:
  324. MSG_XF_LABEL_TOGO (9016//)
  325.  Expected time:
  326. MSG_XF_LABEL_DISKSPACE (9022//)
  327.  Allocated Diskspace:
  328. MSG_XF_LABEL_FILESTOGO (9023//)
  329.  Total transfered:
  330. MSG_XF_DIRLIST (9017//)
  331. Directory Listing
  332. MSG_XF_LOGREPORT_TIME (9018//)
  333. Received %ld bytes in %02ld:%02ld:%02ld,%02ld; 
  334. MSG_XF_LOGREPORT_BITS (9019//)
  335. %ld bit/s
  336. MSG_XF_LOGREPORT_BYTES (9020//)
  337. %ld byte/s
  338. MSG_XF_LOGREPORT_KBYTES (9021//)
  339. %ld.%ld kbyte/s
  340. ;
  341. ; FTP-info Texts
  342. ;
  343. MSG_FTP_RELOAD_CONFIG (1101//)
  344. Configuration reloaded...
  345. MSG_FTP_STARTING (1102//)
  346. Starting with profile \"%s\"
  347. MSG_FTP_NOSOCKS (1103//)
  348. Unable to create sockets?!?
  349. MSG_FTP_LOOKINGUP (1104//)
  350. Looking up host \"%s\"...
  351. MSG_FTP_LOOKUPERROR (1105//)
  352. Unable to lookup \"%s\". Check the spelling of the hostname!
  353. MSG_FTP_CONNECTING (1106//)
  354. Connecting to \"%s\" (%s)...
  355. MSG_FTP_CANTCONNECT (1107//)
  356. Unable to connect, error %ld (%s)
  357. MSG_FTP_CONNECTIONESTABLISHED (1108//)
  358. Connection established, now logging in...
  359. MSG_FTP_CLOSING (1109//)
  360. Closing connection.
  361. MSG_FTP_SEND_CDUP (1110//)
  362. \033bSending CDUP command...
  363. MSG_FTP_SEND_LS (1111//)
  364. \033bRequesting directory listing...
  365. MSG_FTP_SEND_CWD (1112//)
  366. \033bSending \"CWD %s\"...
  367. MSG_FTP_SEND_SHOW (1113//)
  368. \033bRetrieving file \"%s\" for display...
  369. MSG_FTP_READINGLS (1114//)
  370. \033bReading file list...
  371. MSG_FTP_ABORT (1115//)
  372. \033bSending ABOR command...
  373. MSG_FTP_BEGINRETR (1116//)
  374. \033bDownloading file \"%s\" as \"%s\" (%ld bytes)
  375. MSG_FTP_BEGINSTOR (1117//)
  376. \033bUploading file \"%s\" as \"%s\" (%ld bytes)
  377. MSG_FTP_SNAPSHOT (1118//)
  378. \033bSnapshot current session as \"%s\".
  379. ;
  380. ; Rename Window
  381. ;
  382. MSG_WIN_RENAME (1201//)
  383. AmFTP · Rename File
  384. MSG_REN_NEW (1202//)
  385. \033cEnter new filename for \"%s\":
  386. MSG_REN_LOG (1203//)
  387. Renaming \"%s\" to \"%s\"...
  388. MSG_SH_RW_RENAME_STR (1204//)
  389. Enter new filename
  390. ;
  391. ; Makedir Window
  392. ;
  393. MSG_WIN_MKDIR (1301//)
  394. AmFTP · Make Directory
  395. MSG_MKDIR_NEW (1302//)
  396. \033cEnter directory name:
  397. MSG_MKDIR_LOG (1303//)
  398. Creating directory \"%s\"...
  399. MSG_SH_MKW_MAKEDIR_STR (1304//)
  400. Enter directory to create
  401. ;
  402. ; Open Connection Window
  403. ;
  404. MSG_WIN_OPENCONNECT (1350//)
  405. AmFTP · Open Connection...
  406. MSG_OPENCONNECT_HOST (1351//)
  407.  Host:
  408. MSG_OPENCONNECT_BUTTON (1352//)
  409. Open Connection
  410. MSG_SH_OPENCONNECT (1353//)
  411. Make Anonymous ftp-Connection to this host.
  412. ;
  413. ; Download Window
  414. ;
  415. MSG_WIN_DOWNLOAD (1360//)
  416. AmFTP · Download
  417. MSG_DOWNLOAD_FILE (1361//)
  418.  Filename:
  419. MSG_DOWNLOAD_BUTTON (1362//)
  420. Download by Name
  421. MSG_SH_DOWNLOAD (1363//)
  422. Download this file from current directory
  423. ;
  424. ; Sendraw Window
  425. ;
  426. MSG_WIN_SENDRAW (1370//)
  427. AmFTP · Send RAW Command
  428. MSG_SENDRAW_CMD (1371//)
  429.  Command:
  430. MSG_SENDRAW_BUTTON (1372//)
  431. Send RAW Command
  432. MSG_SH_SENDRAW (1373//)
  433. Send Command RAW to current ftp-Server
  434. ;
  435. ; Cycle Gadgets in ADT Mode
  436. ;
  437. MSG_CYC_SORT_SHOW (1401//)
  438. \033cShow:
  439. MSG_CYC_TIME_NEW (1402//)
  440. New
  441. MSG_CYC_TIME_ALL (1403//)
  442. Recent 7
  443. MSG_CYC_TIME_RECENT14 (1404//)
  444. Recent 14
  445. MSG_CYC_ADT_INDEX (1405//)
  446. Local
  447. MSG_CYC_ADT_FOUND (1406//)
  448. Found
  449. MSG_CYC_ADT_SELECT (1407//)
  450. Selected
  451. MSG_CYC_SORT_TEXT (1408//)
  452. \033cSort:
  453. MSG_CYC_SORT_NAME (1409//)
  454. Name
  455. MSG_CYC_SORT_DIR (1410//)
  456. Directory
  457. MSG_CYC_SORT_DATE (1411//)
  458. Date
  459. ;
  460. ; Batch Window
  461. ;
  462. MSG_WIN_BATCH (1501//)
  463. AmFTP · Batched Files
  464. MSG_BW_BUT_DOWN (1502//)
  465. Receive all
  466. MSG_SH_BW_BUT_DOWN (1503//)
  467. Receive all File(s)\nin this window
  468. MSG_BW_BUT_DELETE (1504//)
  469. Remove
  470. MSG_SH_BW_BUT_DELETE (1505//)
  471. Remove selected Entry
  472. MSG_BW_INFO (1506//)
  473. %ld files, %ldK
  474. ;
  475. ; Abort Window
  476. ;
  477. MSG_AW_TXT_ABORT (1601//)
  478. \033cConnecting to \033b%s\033n, Port \033b%s\033n\nPlease wait...
  479. MSG_AW_BUT_ABORT (1602//)
  480. Abort Connection
  481. MSG_AW_TITLE (1603//)
  482. AmFTP · Connecting...
  483. ;
  484. ; ADT-info Texts
  485. ;
  486. MSG_ADT_STATUS (1701//)
  487. ADT State:
  488. MSG_ADT_LOAD_RECENT (1702//)
  489. \033bPlease wait, loading recent file...
  490. MSG_ADT_LOAD_INDEX (1703//)
  491. \033bPlease wait, loading index file...
  492. MSG_ADT_LOAD_FIND (1704//)
  493. \033bPlease wait, calling findsite...
  494. MSG_ADT_LOAD_RECFIND (1705//)
  495. \033bReceiving find result...
  496. MSG_ADT_SHOW_RECENT_PARSING (1706//)
  497. \033cParsing recent list...
  498. MSG_ADT_SHOW_RECENT_ERROR (1707//)
  499. \033cGot no recent list! 
  500. MSG_ADT_SHOW_RECENT_NONE (1708//)
  501. \033cLoading recent...
  502. MSG_ADT_SHOW_RECENT_NEW (1709//)
  503. \033cNew files since %s
  504. MSG_ADT_SHOW_RECENT_ALL (1710//)
  505. \033cAll files of last 7 days
  506. MSG_ADT_SHOW_RECENT_INDEX (1711//)
  507. \033cAll files on this site
  508. MSG_ADT_SHOW_RECENT_FOUND (1712//)
  509. \033cFound files
  510. MSG_ADT_ASK_LOAD_INDEX (1713//)
  511. \033c\033bLoad local index file?\033n\nThis could take a while and\nmay need much memory space.
  512. MSG_ADT_SHOW_RECENT_RECENT14 (1714//)
  513. \033cAll files of last 14 days
  514. ;
  515. ; ADT-Find Window
  516. ;
  517. MSG_WIN_ADTFIND (1801//)
  518. AmFTP · ADT Find
  519. MSG_AF_BT_FIND (1802//)
  520. Find
  521. MSG_AF_LABEL_FIND (1803//)
  522. \033rSearch for:
  523. MSG_AF_LABEL_HOST (1804//)
  524. \033rADT Findsite:
  525. MSG_ADT_ENTRYINFO (1805//)
  526. %s [%s Bytes, %lu Bytes Readme], Send: %s
  527. ;
  528. ; Archie-Window
  529. ;
  530. MSG_WIN_ARCHIE (1901//)
  531. AmFTP · Archie
  532. MSG_AW_BT_FIND (1902//)
  533. Search
  534. MSG_AW_LABEL_FIND (1903//)
  535. \033rSearch for:
  536. MSG_AW_LABEL_HOST (1904//)
  537. \033rArchie Searchsite:
  538. MSG_AW_REC_TITLE_HOST (1905//)
  539. \033uHost
  540. MSG_AW_REC_TITLE_DIR (1906//)
  541. \033uDirectory/File
  542. MSG_ARCHIE_CONNECT (1907//)
  543. \033bPlease wait, calling Archie Searchsite...
  544. MSG_ARCHIE_GETTING (1908//)
  545. \033bPlease wait, getting search Result...
  546. MSG_AW_TXT_GETTING (1909//)
  547. \033cConnection established.\n\033bPlease wait, getting data...
  548. MSG_AW_INFO (1910//)
  549. %ld Entries found
  550. MSG_AW_BUT_PROFILE (1911//)
  551. Add as Profile
  552. MSG_SH_AW_BUT_PROFILE (1912//)
  553. Add selected entries\nin profile list
  554. MSG_AW_BUT_SAVELIST (1914//)
  555. Save Archie Result
  556. MSG_SH_AW_BUT_SAVELIST (1915//)
  557. Save Archie Search Result to local Disk
  558. MSG_ARCHIE_ENTRYINFO (1913//)
  559. %s [%s Bytes], Send: %s
  560. ;
  561. ; Login Window
  562. ;
  563. MSG_WIN_LOGIN (2101//)
  564. AmFTP · Login
  565. ;
  566. ; Compress Window
  567. ;
  568. MSG_UC_TITLE (2201//)
  569. AmFTP · Uncompress
  570. MSG_UC_TEXT (2202//)
  571. \033c\033bUncompressing.\033n\nFilename: \"%s\"\nPlease wait...
  572. ;
  573. ; Select ADTDir Window
  574. ;
  575. MSG_WIN_ADTDIR (2301//)
  576. AmFTP · Select ADT Directories
  577. MSG_AD_BUT_ACTUAL (2302//)
  578. Update ADT List
  579. MSG_SH_AD_BUT_ACTUAL (2303//)
  580. Removes unselected entries\nfrom ADT list
  581. MSG_AD_BUT_ALL (2304//)
  582. All
  583. MSG_AD_BUT_NONE (2305//)
  584. None
  585. ;
  586. ; Prefs-Program
  587. MSG_WIN_PREFS (2401//)
  588. AmFTP · Preferences
  589. MSG_PW_BUT_SAVE (2402//)
  590. Save
  591. MSG_SH_PW_BUT_SAVE (2502//)
  592. Save current settings as default.
  593. MSG_PW_BUT_USE (2403//)
  594. Use
  595. MSG_SH_PW_BUT_USE (2503//)
  596. Use settings for current session.
  597. MSG_PW_BUT_CANCEL (2404//)
  598. Cancel
  599. MSG_SH_PW_BUT_CANCEL (2505//)
  600. Forget current changes in settings.
  601. MSG_PW_CYC_SETTINGS (2405//)
  602. Settings
  603. MSG_PW_CYC_FLAGS (2406//)
  604. Flags
  605. MSG_PW_CYC_SOUND (2407//)
  606. Sound
  607. MSG_PW_CYC_VIEWER (2408//)
  608. Viewer
  609. MSG_PW_CYC_CACHE (2438//)
  610. Cache
  611. MSG_PW_CYC_SPECIAL (2446//)
  612. Special
  613. MSG_PW_VIEWER_VIEWER (2410//)
  614. Viewer:
  615. MSG_SH_PW_VIEWER_VIEWER (2510//)
  616. Call this expression as viewer call,\n\
  617. when Viewer Pattern matches.\n\
  618. (e.g. "SYS:Utilities/MultiView %f PUBSCREEN %p")
  619. MSG_PW_VIEWER_PAT (2411//)
  620. Viewer Pattern:
  621. MSG_SH_PW_VIEWER_PAT (2511//)
  622. Use first viewer, when this pattern matches,\n\
  623. otherwise the alternate viewer.
  624. MSG_PW_VIEWER_ALTVIEWER (2412//)
  625. Alternate Viewer:
  626. MSG_SH_PW_VIEWER_ALTVIEWER (2512//)
  627. Call this expression as viewer call,\n\
  628. when Viewer Pattern fails.\n\
  629. (e.g. "SYS:Utilities/MultiView %f PUBSCREEN %p")
  630. MSG_PW_VIEWER_INFO (2413//)
  631. %f - "Path/Filename", %p - Public-Screen Name
  632. MSG_PW_LOCALDIR (2415//)
  633. Local Directory:
  634. MSG_SH_PW_LOCALDIR (2515//)
  635. AmFTP uses this directory as startup directory,\n\
  636. and as default directory when no other is set\n\
  637. in profiles.
  638. MSG_PW_ARCHIE (2416//)
  639. Archie Searchsite:
  640. MSG_SH_PW_ARCHIE (2516//)
  641. AmFTP uses this site as default Archie Searchsite.
  642. MSG_PW_ADT (2417//)
  643. ADT Findsite:
  644. MSG_SH_PW_ADT (2517//)
  645. AmFTP uses this site as default ADT Findsite.
  646. MSG_PW_ADT_MAXSEARCH (2443//)
  647. Maximum Search Results:
  648. MSG_SH_PW_ADT_MAXSEARCH (2543//)
  649. Maximum number of results transfered with ADTFind.
  650. MSG_PW_LOGNAME (2418//)
  651.  Logfile:
  652. MSG_SH_PW_LOGNAME (2518//)
  653. Name of the AmFTP-Logfile.
  654. MSG_PW_CREATE_LOG (2419//)
  655. Create Logfile:
  656. MSG_SH_PW_CREATE_LOG (2519//)
  657. If selected, a Logfile will be created and\n\
  658. written. All Log-Window contents will be stored here.
  659. MSG_PW_DISPLAY_LOG (2420//)
  660. Display Log-Window:
  661. MSG_SH_PW_DISPLAY_LOG (2520//)
  662. If selected, AmFTP displays Log-Window\n\
  663. at the bottom of the AmFTP Main Window.
  664. MSG_PW_DISPLAY_MOTD (2448//)
  665. Show Aminet-MOTD:
  666. MSG_SH_PW_DISPLAY_MOTD (2548//)
  667. If selected a new Aminet MOTD\n(Message Of The Day)\nwill be displayed.
  668. MSG_PW_ASK_LOCAL_DEL (2421//)
  669. Confirm local delete:
  670. MSG_SH_PW_ASK_LOCAL_DEL (2521//)
  671. If selected local delete must be confirmed.
  672. MSG_PW_ASK_REMOTE_DEL (2422//)
  673. Confirm remote delete:
  674. MSG_SH_PW_ASK_REMOTE_DEL (2522//)
  675. If selected remote delete must be confirmed.
  676. MSG_PW_SEND_NOOP (2423//)
  677. Send NOOP to avoid timeout:
  678. MSG_SH_PW_SEND_NOOP (2523//)
  679. If selected AmFTP tries to avoid Server Timeout,\n\
  680. and sends a NOOP Command in regular intervals.
  681. MSG_PW_RECEIVE_READMES (2424//)
  682. Automatically receive *.readme files in ADT
  683. MSG_SH_PW_RECEIVE_READMES (2524//)
  684. If selected, AmFTP automatically receives Readme's\n\
  685. of current ADT download.
  686. MSG_PW_CONFIRM_CLOSE (2425//)
  687. Confirm Close-Connection:
  688. MSG_SH_PW_CONFIRM_CLOSE (2525//)
  689. If selected AmFTP pops up a request when user wants\n\
  690. to close connection.
  691. MSG_PW_CONNECT_WINDOW (2426//)
  692. Pop up Connect-Window:
  693. MSG_SH_PW_CONNECT_WINDOW (2526//)
  694. If selected AmFTP pop ups a connect window, during\n\
  695. connection to a server. It also allows you to abort\n\
  696. connection.
  697. MSG_PW_DLMODE_NORMAL (2427//)
  698. Start ftp in Download-Mode:
  699. MSG_SH_PW_DLMODE_NORMAL (2527//)
  700. If selected AmFTP starts normal ftp-Mode not\n\
  701. in Dirtool mode, but in Download mode.
  702. MSG_PW_DIRTOOLMODE_ADT (2428//)
  703. Start ADT in Dirtool-Mode:
  704. MSG_SH_PW_DIRTOOLMODE_ADT (2528//)
  705. If selected AmFTP starts ADT-Mode not\n\
  706. in Download mode, but in Dirtool mode.
  707. MSG_PW_EVENT (2429//)
  708. \033c\033uEvent:
  709. MSG_PW_SOUND (2430//)
  710. \033c\033uReact:
  711. MSG_PW_SOUNDFILE (2431//)
  712. \033c\033uSound (iff/8svx):
  713. MSG_PW_VOLUME (2432//)
  714. \033c\033uVol.:
  715. MSG_PW_EVENT_START (2433//)
  716.  Start AmFTP:
  717. MSG_PW_EVENT_END (2434//)
  718.  End AmFTP:
  719. MSG_PW_EVENT_DL_BEGIN (2435//)
  720.  Start Download:
  721. MSG_PW_EVENT_DL_END (2436//)
  722.  End Download:
  723. MSG_PW_EVENT_VIEW (2437//)
  724.  Call Viewer:
  725. MSG_PW_EVENT_ABORT (2546//)
  726.  Abort Connection:
  727. MSG_PW_NUMCACHE (2439//)
  728. Number of Directory-Caches:
  729. MSG_SH_PW_NUMCACHE (2539//)
  730. This is the number of hold directory-entries\n\
  731. in directory cache.
  732. MSG_PW_ASYNCBUF (2440//)
  733. AsyncIO Buffersize:
  734. MSG_SH_PW_ASYNCBUF (2540//)
  735. Set Size of AsyncIO Buffer.\n\
  736. Be careful with that Size.
  737. MSG_PW_RECVBUF (2441//)
  738. ftp-Receive Buffersize:
  739. MSG_SH_PW_RECVBUF (2541//)
  740. Set Size of ftp-Transfer Receive Buffer.
  741. MSG_PW_SENDBUF (2442//)
  742. ftp-Send Buffersize:
  743. MSG_SH_PW_SENDBUF (2542//)
  744. Set Size of ftp-Transfer Send Buffer.
  745. MSG_PW_BEGINPORT (2444//)
  746. XFer Ports:
  747. MSG_SH_PW_BEGINPORT (2544//)
  748. Start Ports for Data- & Transfer Connection.\n\
  749. Default: 1024 (don't change, if there is no need to do!)
  750. MSG_PW_USEASYNCIO (2445//)
  751. Use AsyncIO:
  752. MSG_SH_PW_USEASYNCIO (2545//)
  753. Activate this for AsyncIO Transfer.\n\
  754. AsyncIO is faster transfer, but takes lot of\n\
  755. CPU-time. If you're Computer breaks down during\n\
  756. transfer, 1st reduce AsyncIO Buffersize, and 2nd\n\
  757. - if it breaks down anyway - deactivate AsyncIO.
  758. MSG_PW_ANON (2447//)
  759.  e-Mail for Anonymous Login:
  760. MSG_SH_PW_ANON (2547//)
  761. Give e-Mail for password on anonymous login,\n\
  762. or leave empty.
  763. MSG_PW_COL_FILES (2449//)
  764.  Colour Files:
  765. MSG_PW_COL_DIRS (2450//)
  766.  Directories:
  767. MSG_PW_COL_LINKS (2451//)
  768.  Links:
  769. MSG_SH_PW_COL_FILES (2549//)
  770. Colour of files in directory list.
  771. MSG_SH_PW_COL_DIRS (2550//)
  772. Colour of directories in directory list.
  773. MSG_SH_PW_COL_LINKS (2551//)
  774. Colour of links in directory list.
  775.